Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Device Types

The deviceType field of a device data structure (of type TQADevice ) specifies a device type. You use these constants to assign a value to that field.

typedef enum TQADeviceType {
    kQADeviceMemory                     = 0,
    kQADeviceGDevice                    = 1,
    kQADeviceWin32DC                    = 2,
    kQADeviceDDSurface                  = 3
} TQADeviceType;

Constant descriptions

kQADeviceMemory
A memory device.
kQADeviceGDevice
A graphics device (of type GDevice ).
kQADeviceWin32DC
A Windows 32 device.
kQADeviceDDSurface
A Windows direct draw surface.

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |